Workspace 
Logical Entity Name  Workspace 
Default Table Name  Workspace 
Physical Only  NO 
Definition 
 
Note 
 

Workspace Columns 
ColumnName  Domain  Datatype  NULL  Definition 
Id(PK)    int  NO 
 
WorkspaceIdentifier    uniqueidentifier  NO 
 
Name    nvarchar(255)  NO 
 
UrlSlug    nvarchar(255)  NO 
 
IsActive    bit  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
UserId    int  NO 
 
ts    timestamp  NO 
 
WorkspaceState    char(10)  YES 
 

Workspace Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_Workspace  PrimaryKey  Id 
Uk_Workspace_Name  Index  Name 

Workspace Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
WorkspaceComponent  Non-Identifying  One To Zero or More  FK_WorkspaceComponent_WorkspaceId_Workspace_Id        NO  YES 
WorkspaceStaffGroup  Non-Identifying  One To Zero or More  FK_WorkSpaceStaffGroup_WorkspaceId_Workspace_Id        NO  NO 

Workspace Check Constraints 
Check Constraint Name  CheckConstraint